3.247 \(\int \frac {\sqrt {\sec (c+d x)}}{\sqrt {a+a \sec (c+d x)}} \, dx\)

Optimal. Leaf size=56 \[ \frac {\sqrt {2} \tanh ^{-1}\left (\frac {\sqrt {a} \sin (c+d x) \sqrt {\sec (c+d x)}}{\sqrt {2} \sqrt {a \sec (c+d x)+a}}\right )}{\sqrt {a} d} \]

[Out]

arctanh(1/2*sin(d*x+c)*a^(1/2)*sec(d*x+c)^(1/2)*2^(1/2)/(a+a*sec(d*x+c))^(1/2))*2^(1/2)/d/a^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 56, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.080, Rules used = {3808, 206} \[ \frac {\sqrt {2} \tanh ^{-1}\left (\frac {\sqrt {a} \sin (c+d x) \sqrt {\sec (c+d x)}}{\sqrt {2} \sqrt {a \sec (c+d x)+a}}\right )}{\sqrt {a} d} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[Sec[c + d*x]]/Sqrt[a + a*Sec[c + d*x]],x]

[Out]

(Sqrt[2]*ArcTanh[(Sqrt[a]*Sqrt[Sec[c + d*x]]*Sin[c + d*x])/(Sqrt[2]*Sqrt[a + a*Sec[c + d*x]])])/(Sqrt[a]*d)

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 3808

Int[Sqrt[csc[(e_.) + (f_.)*(x_)]*(d_.)]/Sqrt[csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_)], x_Symbol] :> Dist[(-2*b*d)
/(a*f), Subst[Int[1/(2*b - d*x^2), x], x, (b*Cot[e + f*x])/(Sqrt[a + b*Csc[e + f*x]]*Sqrt[d*Csc[e + f*x]])], x
] /; FreeQ[{a, b, d, e, f}, x] && EqQ[a^2 - b^2, 0]

Rubi steps

\begin {align*} \int \frac {\sqrt {\sec (c+d x)}}{\sqrt {a+a \sec (c+d x)}} \, dx &=-\frac {2 \operatorname {Subst}\left (\int \frac {1}{2 a-x^2} \, dx,x,-\frac {a \sqrt {\sec (c+d x)} \sin (c+d x)}{\sqrt {a+a \sec (c+d x)}}\right )}{d}\\ &=\frac {\sqrt {2} \tanh ^{-1}\left (\frac {\sqrt {a} \sqrt {\sec (c+d x)} \sin (c+d x)}{\sqrt {2} \sqrt {a+a \sec (c+d x)}}\right )}{\sqrt {a} d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 75, normalized size = 1.34 \[ -\frac {\sqrt {2} \tan (c+d x) \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {\sec (c+d x)}}{\sqrt {1-\sec (c+d x)}}\right )}{d \sqrt {1-\sec (c+d x)} \sqrt {a (\sec (c+d x)+1)}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[Sec[c + d*x]]/Sqrt[a + a*Sec[c + d*x]],x]

[Out]

-((Sqrt[2]*ArcTan[(Sqrt[2]*Sqrt[Sec[c + d*x]])/Sqrt[1 - Sec[c + d*x]]]*Tan[c + d*x])/(d*Sqrt[1 - Sec[c + d*x]]
*Sqrt[a*(1 + Sec[c + d*x])]))

________________________________________________________________________________________

fricas [A]  time = 0.68, size = 160, normalized size = 2.86 \[ \left [\frac {\sqrt {2} \log \left (-\frac {\cos \left (d x + c\right )^{2} - \frac {2 \, \sqrt {2} \sqrt {\frac {a \cos \left (d x + c\right ) + a}{\cos \left (d x + c\right )}} \sqrt {\cos \left (d x + c\right )} \sin \left (d x + c\right )}{\sqrt {a}} - 2 \, \cos \left (d x + c\right ) - 3}{\cos \left (d x + c\right )^{2} + 2 \, \cos \left (d x + c\right ) + 1}\right )}{2 \, \sqrt {a} d}, -\frac {\sqrt {2} \sqrt {-\frac {1}{a}} \arctan \left (\frac {\sqrt {2} \sqrt {\frac {a \cos \left (d x + c\right ) + a}{\cos \left (d x + c\right )}} \sqrt {-\frac {1}{a}} \sqrt {\cos \left (d x + c\right )}}{\sin \left (d x + c\right )}\right )}{d}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^(1/2)/(a+a*sec(d*x+c))^(1/2),x, algorithm="fricas")

[Out]

[1/2*sqrt(2)*log(-(cos(d*x + c)^2 - 2*sqrt(2)*sqrt((a*cos(d*x + c) + a)/cos(d*x + c))*sqrt(cos(d*x + c))*sin(d
*x + c)/sqrt(a) - 2*cos(d*x + c) - 3)/(cos(d*x + c)^2 + 2*cos(d*x + c) + 1))/(sqrt(a)*d), -sqrt(2)*sqrt(-1/a)*
arctan(sqrt(2)*sqrt((a*cos(d*x + c) + a)/cos(d*x + c))*sqrt(-1/a)*sqrt(cos(d*x + c))/sin(d*x + c))/d]

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt {\sec \left (d x + c\right )}}{\sqrt {a \sec \left (d x + c\right ) + a}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^(1/2)/(a+a*sec(d*x+c))^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(sec(d*x + c))/sqrt(a*sec(d*x + c) + a), x)

________________________________________________________________________________________

maple [B]  time = 1.38, size = 99, normalized size = 1.77 \[ \frac {\sqrt {\frac {1}{\cos \left (d x +c \right )}}\, \cos \left (d x +c \right ) \sqrt {\frac {a \left (1+\cos \left (d x +c \right )\right )}{\cos \left (d x +c \right )}}\, \arctan \left (\frac {\sin \left (d x +c \right ) \sqrt {-\frac {2}{1+\cos \left (d x +c \right )}}}{2}\right ) \sqrt {-\frac {2}{1+\cos \left (d x +c \right )}}\, \left (\cos ^{2}\left (d x +c \right )-1\right )}{d \sin \left (d x +c \right )^{2} a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(d*x+c)^(1/2)/(a+a*sec(d*x+c))^(1/2),x)

[Out]

1/d*(1/cos(d*x+c))^(1/2)*cos(d*x+c)*(a*(1+cos(d*x+c))/cos(d*x+c))^(1/2)*arctan(1/2*sin(d*x+c)*(-2/(1+cos(d*x+c
)))^(1/2))*(-2/(1+cos(d*x+c)))^(1/2)/sin(d*x+c)^2*(cos(d*x+c)^2-1)/a

________________________________________________________________________________________

maxima [A]  time = 0.67, size = 90, normalized size = 1.61 \[ \frac {\sqrt {2} \log \left (\cos \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} + \sin \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} + 2 \, \sin \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right ) + 1\right ) - \sqrt {2} \log \left (\cos \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} + \sin \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} - 2 \, \sin \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right ) + 1\right )}{2 \, \sqrt {a} d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^(1/2)/(a+a*sec(d*x+c))^(1/2),x, algorithm="maxima")

[Out]

1/2*(sqrt(2)*log(cos(1/2*d*x + 1/2*c)^2 + sin(1/2*d*x + 1/2*c)^2 + 2*sin(1/2*d*x + 1/2*c) + 1) - sqrt(2)*log(c
os(1/2*d*x + 1/2*c)^2 + sin(1/2*d*x + 1/2*c)^2 - 2*sin(1/2*d*x + 1/2*c) + 1))/(sqrt(a)*d)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {\sqrt {\frac {1}{\cos \left (c+d\,x\right )}}}{\sqrt {a+\frac {a}{\cos \left (c+d\,x\right )}}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1/cos(c + d*x))^(1/2)/(a + a/cos(c + d*x))^(1/2),x)

[Out]

int((1/cos(c + d*x))^(1/2)/(a + a/cos(c + d*x))^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt {\sec {\left (c + d x \right )}}}{\sqrt {a \left (\sec {\left (c + d x \right )} + 1\right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)**(1/2)/(a+a*sec(d*x+c))**(1/2),x)

[Out]

Integral(sqrt(sec(c + d*x))/sqrt(a*(sec(c + d*x) + 1)), x)

________________________________________________________________________________________